chore: наметил структуру применения трансформаций
This commit is contained in:
5
src/markov.py
Normal file
5
src/markov.py
Normal 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()
|
||||
Reference in New Issue
Block a user