GRAPHIC: New Entity Operations™ Alpha Logo

EntityScript



op_REMINDME




# -*- coding: utf-8 -*-
"""
COPYRIGHT (C) 2020-2021 NEW ENTITY OPERATIONS INC. ALL RIGHTS RESERVED
INSTANCE: OPENPACKAGER-> corehost-> BROWSEMEH-> op_BROWSEMEH
MODIFIED: 2021/01/12
OVERVIEW: Import middlelayer program-specific resources

Module: remindme
Purpose: Extend system time functions

"""
__version__ = "0.0.5"
__author__ = "Ryan McKenna"
__copyright__ = "Copyright (C) 2020-2021 New Entity Operations Inc."
__credits__ = [
 "Ryan McKenna",
 "New Entity Operations Inc.", "New Entity Operations, LLC"]
__email__ = "Operator@NewEntityOperations.com"
__license__ = "New Entity License"
__maintainer__ = "Ryan McKenna"
__status__ = "Production"

## Imports: Custom
from core_middlelayer import (REMINDME_DEFAULT_BANNER)

#class build_RemindMe:
#    def construct_RemindMe():
#   ->RemindMe module code here



Return HOME