Skip to content
  • This project
    • Loading...
  • Sign in

胡边 / WebService-python-framework

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • WebService-python-framework
  • server
  • utils
  • __init__.py
  • 胡边's avatar
    login token and privilege check logic · 3de48052
    胡边 committed 2017-10-18 17:13:52 +0800
    3de48052 Browse Directory
__init__.py 176 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# -*- coding: utf-8 -*-


from datetime import datetime


def get_now():
    return datetime.now()


def get_config():
    return None


def get_safe_config():
    return None