aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.py
blob: 36b2dafbadcd42296ed75aecc765423e41b7824d (plain) (blame)
1
2
3
4
5
6
def main():
    print("Hello from base-dataset!")


if __name__ == "__main__":
    main()