Skip to content

Commit

Permalink
initial commit. standard mapping of common types of object groups
Browse files Browse the repository at this point in the history
  • Loading branch information
acutesoftware committed May 13, 2017
1 parent 56347e0 commit 8f938ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aikif/data/core/base_objects.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
# objects.py

cash = {'name':'Money',
'desc':'You get money',
}

0 comments on commit 8f938ab

Please sign in to comment.