chore: наметил структуру применения трансформаций

This commit is contained in:
ElectronixTM
2025-03-15 22:58:09 +03:00
parent b5fa2867ea
commit 1b0e59922e
2 changed files with 21 additions and 0 deletions

5
src/markov.py Normal file
View File

@ -0,0 +1,5 @@
def main():
raise NotImplementedError("Sorry, this project is WIP and didn't implement user functionality yet")
if __name__ == "__main__":
main()