Created
October 10, 2018 12:23
-
-
Save manji-0/f42c9220e5645e1d6c182432b9a1cd80 to your computer and use it in GitHub Desktop.
testcode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import hoge | |
class TestClass(object): | |
def test(self): | |
print("hoge") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment