summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jimbrella/__main__.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/jimbrella/__main__.py b/jimbrella/__main__.py
index 1e658c7..e69de29 100644
--- a/jimbrella/__main__.py
+++ b/jimbrella/__main__.py
@@ -1,10 +0,0 @@
-from .database import Database
-
-def test():
- db = Database("/home/fkfd/p/jimbrella/jimbrella.db.csv")
- db.take_away(2, "Jim Brella", "1337", "10086")
- db.give_back(1)
-
-if __name__ == "__main__":
- test()
-