Skip to content

Commit

Permalink
Merge pull request cu-csc#1 from dmdu/read_config
Browse files Browse the repository at this point in the history
added config class
  • Loading branch information
pdmars committed Oct 29, 2012
2 parents 86887c6 + a376112 commit d9cf9b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class AutomatonConfig(object):
def __init__(self, name, config):
pass

0 comments on commit d9cf9b1

Please # to comment.