Skip to content

kotaaaa/design-pattern-py

Repository files navigation

Design_pattern_py

  • Exercise for design pattern with Python
  • Basically contents is from Link
  • Code is originally written with Java. I rewrite with Python

Usege

# Open with VSCode devcontainer
$ cd ./{design_pattern_name}/
$ python main.py
# See the output.

Used abstractmethod to express interface object.

from abc import ABCMeta, abstractmethod

About

Exercise for design pattern with Python

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors