mirror of
https://github.com/kristoferssolo/LU-bookstore.git
synced 2026-03-22 00:26:21 +00:00
Initial commit
This commit is contained in:
6
src/main.py
Normal file
6
src/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def main() -> None:
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user