Added base to prevent me from typing

This commit is contained in:
2020-04-13 22:18:04 +02:00
parent 22b8b934f4
commit e52795b032

12
base.py Normal file
View File

@@ -0,0 +1,12 @@
import os
import math
import numpy as np
def main():
print("Hello, this is Patrick")
if __name__ == "__main__":
main()